Platform Explorer / Nuxeo Platform LTS 2019 10.10

Component org.nuxeo.ecm.core.versioning.config

Resolution Order

98
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.versioning.config" version="1.0.0">

  <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
    <documentation>
      Configuration property (true or false) controlling whether ACLs on versions are disabled.
      The value "legacy" is also possible, to disable for direct access but enable for queries.
      @since 11.3
    </documentation>
    <property name="org.nuxeo.version.acl.disabled">legacy</property>
  </extension>

  <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
    <documentation>
      Configuration property (true or false) controlling whether the ReadVersion permission is disabled.
      @since 11.3
    </documentation>
    <property name="org.nuxeo.version.readversion.disabled">true</property>
  </extension>

</component>